Edit in GitHubLog an issue

Key features of Adobe PDF Services API

Copied to your clipboard
1// Please refer our Rest API docs for more information
2// https://developer.adobe.com/document-services/docs/apis/#tag/Extract-PDF
3
4curl --location --request POST 'https://pdf-services.adobe.io/operation/extractpdf' \
5--header 'x-api-key: {{Placeholder for client_id}}' \
6--header 'Content-Type: application/json' \
7--header 'Authorization: Bearer {{Placeholder for token}}' \
8--data-raw '{
9 "assetID": "urn:aaid:AS:UE1:23c30ee0-2e4d-46d6-87f2-087832fca718",
10 "renditionsToExtract": [
11 "tables",
12 "figures"
13 ],
14 "elementsToExtract": [
15 "text",
16 "tables"
17 ]
18}'
19
20// Legacy API can be found here
21// https://documentservices.adobe.com/document-services/index.html#post-extractPDF
Copied to your clipboard
1// Please refer our Rest API docs for more information
2// https://developer.adobe.com/document-services/docs/apis/#tag/Extract-PDF
3
4curl --location --request POST 'https://pdf-services.adobe.io/operation/extractpdf' \
5--header 'x-api-key: {{Placeholder for client_id}}' \
6--header 'Content-Type: application/json' \
7--header 'Authorization: Bearer {{Placeholder for token}}' \
8--data-raw '{
9 "assetID": "urn:aaid:AS:UE1:23c30ee0-2e4d-46d6-87f2-087832fca718",
10 "renditionsToExtract": [
11 "tables",
12 "figures"
13 ],
14 "elementsToExtract": [
15 "text",
16 "tables"
17 ]
18}'
19
20// Legacy API can be found here
21// https://documentservices.adobe.com/document-services/index.html#post-extractPDF
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2022 Adobe. All rights reserved.